﻿# Mexico - MEX
mex_juarez_character_template = {
    first_name = Benito
    last_name = Juarez
    culture = cu:zapotec
    female = no
    religion = catholic
    ideology = ideology_market_liberal
    interest_group = ig_intelligentsia
    birth_date = 1806.3.21
    traits = {
        experienced_political_operator
        direct
        persistent
    }   
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:MEX
            this = c:MEX
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_petty_bourgeoisie
                is_interest_group_type = ig_intelligentsia
                is_interest_group_type = ig_rural_folk
            } 
        }   
        earliest_usage_date = 1836.1.1
        latest_usage_date = 1872.1.1
        chance = 75
    }   
}
# United States - USA

usa_roosevelt_character_template = {
    first_name = Theodore_2
    last_name = Roosevelt
    culture = cu:yankee
    female = no
    religion = protestant
    ideology = ideology_reformer
    interest_group = ig_industrialists
    birth_date = 1858.8.28
    traits = {
        celebrity_commander
        explorer
        brave
    }   
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:USA
            this = c:USA
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_intelligentsia
                is_interest_group_type = ig_industrialists
                is_interest_group_type = ig_rural_folk
            } 
        }   
        earliest_usage_date = 1882.1.1
        latest_usage_date = 1919.1.1
        chance = 75
    }   
}